home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / IQ1003.422 < prev    next >
Text File  |  1993-03-15  |  2KB  |  48 lines

  1. IQ003.MOD! great mod!
  2. Iq1 #1 @15814
  3. Fri Mar 12 12:17:26 1993
  4. ┌────────────────────────────────────────────────────────────────────────────┐
  5. │  Mod Name: IQ003.MOD                    Mod Author: IQ1                    │
  6. │                                         IceNet    : 1 @ 5809               │
  7. │  Difficulty: HHAHAH Block READ!!!       WWIVlink  : 1 @ 15814              │
  8. │  Files Modified : BBSUTL1.C             SOLARNet  : 1 @ 5802               │
  9. │  WWIV Version   : 4.22                                                     │
  10. │  Description    : Simple, puts Searching Directory when doing a Find Text  │
  11. │                   In the Transfer Area.                                    │
  12. └────────────────────────────────────────────────────────────────────────────┘
  13.  
  14. History:
  15.         I wrote this mod cause I hate it when I log onto a board they have
  16.         15 million files, and I hit f and have to sit there directory after
  17.         directory waiting for the stupid thing to show up! So this will tell
  18.         the user when it is done searching a directory, by telling it which
  19.         directory it is in.
  20.  
  21. Step 1. Back up your source!
  22.         I warned ya.... DO IT DO IT! Just do it!
  23.  
  24. Step 2. Load up XFER.C and go down to void finddescription(whatever) ;
  25.  
  26.   Search for:
  27.  
  28.     if (pts) {
  29.       curdir=i;
  30.       dliscan();
  31.       pty=1;
  32.  
  33. Step 3. Right after it, put in:
  34.  
  35.       nl();
  36.       sprintf(s,"7Scanning Directory2: 1%s",directories[udir[i].subnum].name) ;
  37.       pl(s) ;
  38.       nl();
  39.  
  40. Step 4. Save and Recompile!
  41.  
  42. Step 5. Send me mail...
  43.  
  44. I didn't do it, you did...
  45.  
  46.  
  47.  
  48.